home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / dvwin.zip / CONFIG.TXT < prev    next >
Text File  |  1991-08-03  |  5KB  |  126 lines

  1. REM CONFIG.SYS 8-1-91  DR DOS 5.0 + DESQVIEW 386
  2. REM -----------------------------------
  3. REM INSTALL QUARTERDECK EXTENDED MEMORY MANAGER
  4. REM
  5. DEVICE=C:\QEMM\QEMM386.SYS RAM ROM MA=10 X=C000-C7FF TA=30 I=F100-F33F DMA=64
  6. REM
  7. REM -----------------------------------
  8. REM Explaination:
  9. REM *************
  10. REM
  11. REM RAM ........ This parameter allows LOADHI to put TSR's into the memory 
  12. REM              space between 640K and 1024K
  13. REM
  14. REM ROM ........ This tells QEMM to copy all System ROMS to RAM (like 
  15. REM              the "Shadow RAM" programs do on an 80286 AT PC).
  16. REM
  17. REM MA=10 ...... This arcane parameter sets up 10 "Maps" for use by Desqview.
  18. REM              You should have 2 more MAPS available than the total number
  19. REM              of programs you intend to run at the same time. Each MAP
  20. REM              costs you 4K of memory (4096 bytes).
  21. REM 
  22. REM X=C000-C7FF  This command tells QEMM to eXclude the memory address' 
  23. REM              of my VGA ROM BIOS chip from High Memory.  On my machine
  24. REM              QEMM doesn't `see' my VGA BIOS, and attempts to store
  25. REM              programs there.  Not Good.  The PC will lock up.
  26. REM              This is Probably Not Needed on your Machine!
  27. REM
  28. REM TA=30 ...... Tells QEMM the maximum number of Windows you will open.
  29. REM              TA = The number of TASKS.
  30. REM
  31. REM I=F100-F33F  Manifest discovered that this small piece of high memory
  32. REM              wasn't being used by QEMM, and recommended that I tell
  33. REM              QEMM that it is OK to use this memory.
  34. REM
  35. REM DMA=64 ..... This is required to support any hardware that does DMA
  36. REM              (Direct Memory Access) data transfers.  SCSI devices and
  37. REM              Music cards are examples of these.
  38. REM
  39. REM -----------------------------------
  40. REM Load DR-DOS 5.0 into high memory.  It is important to always put this
  41. REM line immeadiately following your memory manager!  MS-DOS 5.0 can do
  42. REM this too.
  43. REM
  44. DEVICE=C:\DRDOS\HIDOS.SYS
  45. REM
  46. REM -----------------------------------
  47. REM Now tell DR-DOS to load COMMAND.COM into high memory as well.
  48. REM
  49. HIDOS=ON 
  50. REM
  51. REM -----------------------------------
  52. REM * DR DOS DEVICE DRIVERS *
  53. REM These are the first TSR utility programs.  Thier order is not usually
  54. REM critical.
  55. REM -----------------------------------
  56. REM Load the ANSI.SYS screen driver for ANSI support.  You only really need
  57. REM this if you call bulletin boards on your modem.  Omit this otherwise.
  58. REM
  59. DEVICE=C:\QEMM\LOADHI.SYS C:\DRDOS\ANSI.SYS
  60. REM
  61. REM -----------------------------------
  62. REM Now I create a 1 megabyte RAM disk.  You may change the size of the ram 
  63. REM disk to whatever size you wish by changing the 1024 number to whatever
  64. REM size disk you desire.  The /E parameter on this particular program tells
  65. REM
  66. REM VDISK.SYS to create the ram drive in Extended memory.
  67. REM 
  68. REM -----------------------------------
  69. REM The QEMM utility LOADHI puts the ram disk program into high memory, saving
  70. REM DOS memory.
  71. REM
  72. DEVICE=C:\QEMM\LOADHI.SYS C:\DRDOS\VDISK.SYS 1024 128 128 /E
  73. REM
  74. REM -----------------------------------
  75. REM I now create a 1 meg disk cache in high memory using LOADHI.  The cached
  76. REM data is stored in Extended memory (the /E parameter again).
  77. REM
  78. DEVICE=C:\QEMM\LOADHI.SYS C:\DRDOS\CACHE.EXE /S=1048 /E
  79. REM
  80. REM -----------------------------------
  81. REM The Logitech Mouse driver is also loaded into hi memory.  Note that I have
  82. REM not even touched the main 640K of DOS memory yet!
  83. REM
  84. DEVICE=C:\QEMM\LOADHI.SYS c:\mouse\mouse.sys
  85. REM
  86. REM -----------------------------------
  87. REM I run a BBS, and this is required to speed it up.  This command in DR-DOS
  88. REM takes up so little memory, it's not worth LOADHI.
  89. REM
  90. FASTOPEN =128
  91. REM
  92. REM -----------------------------------
  93. REM I have had problems loading my disk buffers high, so I bite the bullet
  94. REM and load them into DOS memory.
  95. REM
  96. BUFFERS=10
  97. REM
  98. REM -----------------------------------
  99. REM Ditto for the FILES command.  Normal system should use FILES=20 or 30
  100. REM as 50 is excessive for the vast majority of non BBS or server PC's
  101. REM
  102. FILES=50
  103. REM
  104. REM -----------------------------------
  105. REM I run some ancient old crusty software that bitches if I don't use the
  106. REM old DOS 2.0 FCBS command so....
  107. REM
  108. FCBS=8,8
  109. REM
  110. REM -----------------------------------
  111. REM This is one OF DR-DOS's most excellent capabilities: Command line
  112. REM history.  Using the UP and Down arrows, I can scroll through the last
  113. REM 512 bytes worth of DOS commands.  MS-DOS 5.0 can do this too.
  114. REM
  115. HISTORY=ON, 512, ON 
  116. REM
  117. REM -----------------------------------
  118. REM Both Desqview and Windows will handle the DOS Stacks for you, so save
  119. REM memory and tell DOS that you want No stacks at all like this:
  120. REM
  121. STACKS=0,0
  122. REM
  123. REM -----------------------------------
  124. REM All Done!  Off to the AUTOEXEC!
  125. REM -----------------------------------
  126.